All Questions
Tagged with javamicrosoft-graph
3 questions
0votes
1answer
93views
Programatically Change Folder Content Type JAVA
I need to Programatically be able to change the content type of the folders in a SharePoint Online Site. I have Java Program that needs to run and detect if a folder has the correct Content Type and ...
0votes
0answers
610views
Java Code: SharePoint Graph API CompactToken parsing failed with error code: 80049217
SharePoint Graph API to generate an Access token. URL to generate access token: https://login.microsoftonline.com/{tenant-id}/oauth2/v2.0/token URL to download a file from SharePoint: https://graph....
1vote
0answers
274views
How to create a new content type in SharePoint using MS Graph / REST?
I tried to add a new content type to list using MS Graph Explorer: Request: POST https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/contenttypes with body: { "description": "...